func net.mapErr

11 uses

	net (current package)
		cgo_unix.go#L50: 		return zero, newDNSError(mapErr(err), lookupName, "")
		cgo_unix.go#L76: 		return zero, newDNSError(mapErr(ctx.Err()), lookupName, "")
		dial.go#L665: 			return nil, &OpError{Op: "dial", Net: sd.network, Source: sd.LocalAddr, Addr: ra, Err: mapErr(ctx.Err())}
		dnsclient_unix.go#L201: 			return dnsmessage.Parser{}, dnsmessage.Header{}, mapErr(err)
		fd_unix.go#L53: 			return nil, mapErr(ctx.Err())
		fd_unix.go#L102: 				ret = mapErr(ctxErr)
		fd_unix.go#L133: 				return nil, mapErr(ctx.Err())
		lookup.go#L358: 		err := newDNSError(mapErr(ctx.Err()), host, "")
		lookup.go#L369: 				err = newDNSError(mapErr(err), host, "")
		lookup.go#L702: 		return nil, mapErr(err)
		net.go#L458: func mapErr(err error) error {